home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Multimedia / Futuris Imager 4.7 / imager.exe / f_tifflib.dll / 0 / RCDATA / TFRMTIFFSAVE / TFRMTIFFSAVE.txt
Text File  |  2004-10-22  |  3KB  |  150 lines

  1. object frmTIFFsave: TfrmTIFFsave
  2.   Left = 190
  3.   Top = 105
  4.   ActiveControl = btnSave
  5.   BorderStyle = bsDialog
  6.   Caption = 'Save As TIFF'
  7.   ClientHeight = 196
  8.   ClientWidth = 408
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   Position = poOwnerFormCenter
  18.   OnKeyDown = FormKeyDown
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object bvlSep: TBevel
  22.     Left = 7
  23.     Top = 155
  24.     Width = 394
  25.     Height = 2
  26.   end
  27.   object gbxCompression: TGroupBox
  28.     Left = 7
  29.     Top = 7
  30.     Width = 394
  31.     Height = 85
  32.     Caption = ' Compression '
  33.     TabOrder = 0
  34.     object rbnCNone: TRadioButton
  35.       Left = 10
  36.       Top = 17
  37.       Width = 120
  38.       Height = 17
  39.       Caption = 'None'
  40.       TabOrder = 0
  41.     end
  42.     object rbnCLZW: TRadioButton
  43.       Left = 135
  44.       Top = 17
  45.       Width = 120
  46.       Height = 17
  47.       Caption = 'LZW'
  48.       Checked = True
  49.       TabOrder = 1
  50.       TabStop = True
  51.     end
  52.     object rbnCJPEG: TRadioButton
  53.       Left = 260
  54.       Top = 17
  55.       Width = 120
  56.       Height = 17
  57.       Caption = 'JPEG'
  58.       TabOrder = 2
  59.     end
  60.     object rbnCZLib: TRadioButton
  61.       Left = 10
  62.       Top = 37
  63.       Width = 120
  64.       Height = 17
  65.       Caption = 'ZLib/ZIP'
  66.       TabOrder = 3
  67.     end
  68.     object rbnCPackBits: TRadioButton
  69.       Left = 135
  70.       Top = 37
  71.       Width = 120
  72.       Height = 17
  73.       Caption = 'PackBits'
  74.       TabOrder = 4
  75.     end
  76.     object rbnCG31: TRadioButton
  77.       Left = 10
  78.       Top = 57
  79.       Width = 120
  80.       Height = 17
  81.       Caption = 'CCITT Group 3, 1D'
  82.       TabOrder = 5
  83.     end
  84.     object rbnCG32: TRadioButton
  85.       Left = 135
  86.       Top = 57
  87.       Width = 120
  88.       Height = 17
  89.       Caption = 'CCITT Group 3, 2D'
  90.       TabOrder = 6
  91.     end
  92.     object rbnCG4: TRadioButton
  93.       Left = 260
  94.       Top = 57
  95.       Width = 120
  96.       Height = 17
  97.       Caption = 'CCITT Group 4'
  98.       TabOrder = 7
  99.     end
  100.   end
  101.   object gbxJPEG: TGroupBox
  102.     Left = 7
  103.     Top = 94
  104.     Width = 241
  105.     Height = 57
  106.     Caption = ' Compression Level (only for JPEG) '
  107.     TabOrder = 1
  108.     object lblQualityValue: TLabel
  109.       Left = 209
  110.       Top = 18
  111.       Width = 12
  112.       Height = 13
  113.       Caption = '80'
  114.       Transparent = True
  115.     end
  116.     object tbrQuality: TTrackBar
  117.       Left = 7
  118.       Top = 19
  119.       Width = 200
  120.       Height = 21
  121.       Max = 100
  122.       PageSize = 5
  123.       Frequency = 10
  124.       Position = 80
  125.       TabOrder = 0
  126.       ThumbLength = 11
  127.       OnChange = tbrQualityChange
  128.     end
  129.   end
  130.   object btnCancel: TButton
  131.     Left = 326
  132.     Top = 161
  133.     Width = 75
  134.     Height = 25
  135.     Caption = 'Cancel'
  136.     TabOrder = 2
  137.     OnClick = btnCancelClick
  138.   end
  139.   object btnSave: TButton
  140.     Left = 247
  141.     Top = 161
  142.     Width = 75
  143.     Height = 25
  144.     Caption = 'Save'
  145.     Default = True
  146.     TabOrder = 3
  147.     OnClick = btnSaveClick
  148.   end
  149. end
  150.